home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / program / cpc2.zip / C.BOR next >
Text File  |  1995-12-28  |  837b  |  80 lines

  1. ************************************************
  2. ***   Borland C and Turbo C Reserved Words   ***
  3. ************************************************
  4. * Statements *
  5. break
  6. case<.>
  7. continue
  8. default<.>
  9. do
  10. for
  11. goto
  12. if
  13. else
  14. return
  15. switch
  16. while
  17. * Declarations *
  18. auto
  19. char
  20. const
  21. double
  22. enum
  23. extern
  24. float
  25. int
  26. long
  27. register
  28. short
  29. signed
  30. sizeof
  31. static
  32. struct
  33. typedef
  34. union
  35. unsigned
  36. void
  37. volatile
  38. * Additional Keywords *
  39. _cs
  40. _ds
  41. _es
  42. _ss
  43. cdecl
  44. far
  45. fortran
  46. huge
  47. interrupt
  48. near
  49. pascal
  50. * Preprocessor and Compiler Options *
  51. #define
  52. #elif<.>
  53. #else<.>
  54. #endif<.
  55. #error
  56. #if.>
  57. #ifdef.>
  58. #ifndef.>
  59. #include
  60. #line
  61. #pragma
  62. #undef
  63. defined!
  64. * Predefined Macro Names *
  65. _LINE_
  66. _FILE_
  67. _DATE_
  68. _TIME_
  69. _STDC_
  70. _CDECL_
  71. _COMPACT_
  72. _HUGE_
  73. _LARGE_
  74. _MEDIUM_
  75. _MSDOS_
  76. _PASCAL_
  77. _SMALL_
  78. _TINY_
  79. _TURBOC_
  80.